runtime.spanInlineMarkBits.scans (field)
5 uses
runtime (current package)
mgcmark_greenteagc.go#L67: scans [63]uint8 // scanned bits.
mgcmark_greenteagc.go#L210: if doubleCheckGreenTea && !s.spanclass.noscan() && imb.marks != imb.scans {
mgcmark_greenteagc.go#L249: return markBits{&s.inlineMarkBits().scans[objIndex/8], uint8(1) << (objIndex % 8), objIndex}
mgcmark_greenteagc.go#L858: bytep := &imb.scans[objIndex/8]
mgcmark_greenteagc.go#L949: imbScans := (*gc.ObjMask)(unsafe.Pointer(&imb.scans))
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |